projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
622bdb5
)
Correct spellling.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 03:26:23 +0000
(
03:26
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 03:26:23 +0000
(
03:26
+0000)
lisp/progmodes/cpp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cpp.el
b/lisp/progmodes/cpp.el
index d468954e59b26115f18826313ecaed2b3d848c8a..d4216c5176bb94abe7e57154732f27567482054b 100644
(file)
--- a/
lisp/progmodes/cpp.el
+++ b/
lisp/progmodes/cpp.el
@@
-101,8
+101,8
@@
Each entry is a list with the following elements:
(cpp-face :tag "True")
(cpp-face :tag "False")
(choice (const :tag "True branch writable" t)
- (const :tag "False branch writ
e
able" nil)
- (const :tag "Both branches writ
e
able" both))))
+ (const :tag "False branch writable" nil)
+ (const :tag "Both branches writable" both))))
:group 'cpp)
(defvar cpp-overlay-list nil)